home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / access / acexpo.zip / EXREADME.TXT < prev   
Text File  |  1993-12-09  |  4KB  |  97 lines

  1. Access Export v1.3        README.TXT              10/19/93
  2.  
  3.  
  4. ------------------------------New in v1.3-----------------------------
  5. *Reduced size of logo graphic to reduce overhead, and increase startup speed
  6. *Added "Show All" button/functionality
  7. *Assorted bug fixes and cleanup
  8. ------------------------------New in v1.2-----------------------------
  9. *Index table startup is much faster (begintrans, committrans)
  10. *Tables can be exported structure only or with data
  11. *You can now print a simple report from the status form after export
  12. ------------------------------New in v1.1-----------------------------
  13. *use the delete button to delete all selected objects (except Modules)
  14. *status screen displays progress during export
  15. *doesn't crash if you export a module that already exists in the destination
  16.  (but it still can't do it)
  17. *Export.mda will work with in any path as long as it is intalled in the access
  18.  directory.
  19.  
  20. ------------------------------Info-----------------------------
  21.  
  22. Access Export is a library intended to speed up the process of exporting 
  23. and deleting large numbers of database objects.  This is very usefull in 
  24. multi-programmer development enviroments.
  25.  
  26. Access Export is Copyrighted and the property of Open Systems Inc.
  27.  
  28. Open Systems is not responsible for any damage, real or mental, it may 
  29. cause.
  30.  
  31. This version of is being released as a sample product.  It may be reproduced
  32. and distributed.  Future versions may be shareware and/or a commercial product.
  33.  
  34. Questions, Comments, Feedback to: 
  35.         Open Systems Inc.
  36.         7626 Golden Triangle Drive
  37.         Eden Prairie, MN  55344
  38.         Attn: Eric Bowen
  39.  
  40.         CIS 71570,1244  or (612) 829-1417 or USsnail
  41.  
  42. ------------------------------Installation----------------------------- 
  43. You may either run Access Export directly or as a library 
  44. (although it is not very useful run directly).
  45.  
  46. Export.mda must be installed in the directory that Access starts from (usually
  47. C:\ACCESS).
  48.  
  49. To run as a library MSACCESS.INI must be modified as follows:
  50.     In the [Libraries] section add the line:
  51.         export.mda=
  52.  
  53.     In the [Menu Add-ins] section add the line:
  54.         Access Export==StartExport()
  55.  
  56. ------------------------------Operation-----------------------------    
  57. Start Access and open an existing database.
  58.  
  59. "Access Export" will know appear at the bottom of the "Help" menu.
  60.  
  61. Select "Run" on the splash screen, and wait for it to setup.
  62.  
  63. Select the objects you wish to export by: selecting the type of object(s),
  64. clicking in the radio button next to the name(s) to tag, and pressing 
  65. export.
  66.  
  67. If you check the "Export table structure only" radio button all of the 
  68. currently selected tables will be exported structure only.
  69.  
  70. Access Export will export multiple object types simultaniously (for example:
  71. you may select tables, forms at the same time).
  72.  
  73. Note the "Updated Since" field which limits which objects are displayed, this
  74. date defaults to the last date and time that an object was exported.
  75.  
  76. "Show All" resets "Updated Since" to 1/1/100 to show all objects.
  77. "Select All" only selects objects with an update >= the date specified.
  78. "UnSelect All" unselects ALL objects regardless of date.
  79.  
  80. Note:
  81. Due to limitations of Access basic, Access Export cannot export modules to 
  82. mdb's that already contain modules of that name.  This still must be done manually.
  83. Also it cannot delete module.  Hopefully this will be resolved in the near future.
  84.  
  85.  
  86. ------------------------------Future Development-----------------------------   
  87. Numerous possibilities, send suggestions.
  88.  
  89. Export tables as attachments
  90. Debugging and Error trapping
  91. Help File
  92. Import also
  93. Show objects in two mdb's and transfer both ways!
  94.  
  95.  
  96.     
  97.